home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00046.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  152 b   |  11 lines

  1. on mouseUp
  2.   global returnMark, door
  3.   set returnMark to marker(0)
  4.   unsetQT(5)
  5.   if door = 0 then
  6.     go("CLOSED")
  7.   else
  8.     go("OPEN2")
  9.   end if
  10. end
  11.